projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daed57c
)
ngl: Fix up some debug printouts
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 12 Mar 2021 23:26:15 +0000
(18:26 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 12 Mar 2021 23:26:15 +0000
(18:26 -0500)
gsk/ngl/gsknglcommandqueue.c
patch
|
blob
|
history
diff --git
a/gsk/ngl/gsknglcommandqueue.c
b/gsk/ngl/gsknglcommandqueue.c
index d955f49bc3bccf5fbf4953f48c49666518b04842..aff201cb4aaa46c4be51ee4efa912802899ea3b0 100644
(file)
--- a/
gsk/ngl/gsknglcommandqueue.c
+++ b/
gsk/ngl/gsknglcommandqueue.c
@@
-143,7
+143,7
@@
G_GNUC_UNUSED static inline void
gsk_ngl_command_queue_print_batch (GskNglCommandQueue *self,
const GskNglCommandBatch *batch)
{
- static const char *command_kinds[] = { "Clear",
NULL, NULL,
"Draw", };
+ static const char *command_kinds[] = { "Clear", "Draw", };
guint framebuffer_id;
g_assert (GSK_IS_NGL_COMMAND_QUEUE (self));